From 61a3a90f89e22cc17b4b7d171cac2f6b4da4b9a9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 31 Oct 2017 22:05:58 -0400 Subject: [PATCH] Don't mention GdkVisual in the docs It is going away. --- gdk/gdkglcontext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkglcontext.c b/gdk/gdkglcontext.c index b8df697dbe..2555423b66 100644 --- a/gdk/gdkglcontext.c +++ b/gdk/gdkglcontext.c @@ -27,8 +27,8 @@ * OpenGL drawing context. * * #GdkGLContexts are created for a #GdkWindow using - * gdk_window_create_gl_context(), and the context will match - * the #GdkVisual of the window. + * gdk_window_create_gl_context(), and the context will match the + * the characteristics of the window. * * A #GdkGLContext is not tied to any particular normal framebuffer. * For instance, it cannot draw to the #GdkWindow back buffer. The GDK -- 2.30.2